home *** CD-ROM | disk | FTP | other *** search
- /* ---- VIEWS -------- 2008-10-14 .... */
-
- .rmViewBox{ /* this is the whole box (XUL parent) */
- background: #DBDBDB;
- margin: 2px;
- border: 1px #9999FF solid;
- }
-
-
- #view_Selection[status="off"] { /* s.42*/
- list-style-image: url("chrome://reminderfox/skin/images/view.png");
- -moz-image-region: rect(0px,36px, 18px,18px);
- }
- #view_Selection[status="on"] {
- list-style-image: url("chrome://reminderfox/skin/images/view.png");
- -moz-image-region: rect(0px,18px, 18px,0px);}
-
-
- .add-Button[disabled="false"] {
- list-style-image: url("chrome://reminderfox/skin/images/view.png");
- -moz-image-region: rect(18px,18px, 36px,0px);
- }
- .add-Button[disabled="true"] {
- list-style-image: url("chrome://reminderfox/skin/images/view.png");
- -moz-image-region: rect(18px,36px, 36px,18px);
- }
-
- .remove-Button[disabled="false"] {
- list-style-image: url("chrome://reminderfox/skin/images/view.png");
- -moz-image-region: rect(36px,18px, 54px,0px);
- }
- .remove-Button[disabled="true"] {
- list-style-image: url("chrome://reminderfox/skin/images/view.png");
- -moz-image-region: rect(36px,36px, 54px,18px);
- }
- .url {
- cursor: pointer;
- /* color: #3A69A6; */
- }
-